ServiceMoveFolder Method (IListFolderId, StandardFolder) |
Moves multiple folders.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<FolderInfoResponse> MoveFolder(
IList<FolderId> folders,
StandardFolder standardFolder
)
Public Function MoveFolder (
folders As IList(Of FolderId),
standardFolder As StandardFolder
) As IList(Of FolderInfoResponse)
Parameters
- folders
- Type: System.Collections.GenericIListFolderId
The IDs of the folders to move. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to move the items to.
Return Value
Type:
IListFolderInfoResponseA collection of move results for each of the specified item IDs.
See Also